home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000381_jaltman@columbia.edu_Tue Nov 4 16:36:01 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Jeffrey Altman <jaltman@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Atomic file movement in Kermit
  5. Date: 4 Nov 2003 17:06:35 GMT
  6. Organization: Columbia University
  7. Lines: 38
  8. Message-ID: <bo8mar$a75$1@newsmaster.cc.columbia.edu>
  9. References: <f0bb0f39.0311040847.505a54ee@posting.google.com>
  10. NNTP-Posting-Host: papaya.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1067965595 10469 128.59.59.107 (4 Nov 2003 17:06:35 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 4 Nov 2003 17:06:35 GMT
  14. User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (SunOS/5.9 (sun4u))
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14637
  16.  
  17. Please read 
  18.  
  19.   http://www.kermit-project.org/skermit.html
  20.  
  21. which describes the use of C-Kermit as an OpenSSH subsystem for 
  22. file transfer instead of SFTP.  SFTP does not support atomic file
  23. transactions, Kermit protocol does.
  24.  
  25. Jeffrey Altman
  26. Kermit 95 Author
  27. Volunteer
  28.  
  29.  
  30. newexpectuser <anthonypieper@cs.com> wrote:
  31. : Can any of the SSH clients of Kermit do Atomic file movement like the
  32. : FTP version ?
  33.  
  34. : I have am trying to run a script on a Linux box, open a connection to
  35. : a secure server, get all the files in a directory, then delete the
  36. : files after they have been transfered successfully.
  37.  
  38. : I seem to be able to find some SSH clients out there, but I need ALL
  39. : the following to be able to be done:
  40.  
  41. : 1) Able to script the SSH client
  42. : 2) Able to have the SSH client run on a schedule 
  43. : 3) Able to pass the password (no key authentication)
  44. : 4) SSH client must be able to create a log file
  45. : 5) ABLE TO DELETE file from remote system, once it has been
  46. : successfully transfered to the host system.
  47.  
  48. : Thanks in advance
  49.  
  50. -- 
  51.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  52.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  53.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  54.  kermit-support@columbia.edu               OpenSSL.
  55.